home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / sstuff30.zip / STUFF.APP < prev    next >
Text File  |  1992-12-01  |  11KB  |  227 lines

  1.         
  2.         
  3.         APPENDIX 1
  4.         
  5.            Errorlevel Codes Returned by BATBOX (standard mode)
  6.            
  7.            
  8.            Code        Key Pressed    Code        Key Pressed 
  9.            ====        ===========    ====        =========== 
  10.              1            Ctrl-A        2           Ctrl-B
  11.              3            Ctrl-C        4           Ctrl-D
  12.              5            Ctrl-E        6           Ctrl-F
  13.              7            Ctrl-G        8           Ctrl-H
  14.              9            Ctrl-I       10           Ctrl-J
  15.             11            Ctrl-K       12           Ctrl-L
  16.             13            Ctrl-M       14           Ctrl-N
  17.             15            Ctrl-O       16           Ctrl-P
  18.             17            Ctrl-Q       18           Ctrl-R
  19.             19            Ctrl-S       20           Ctrl-T
  20.             21            Ctrl-U       22           Ctrl-V
  21.             23            Ctrl-W       24           Ctrl-X
  22.             25            Ctrl-Y       26           Ctrl-Z
  23.             27             ESC         28           Ctrl-\
  24.             29            Ctrl-]       30           Ctrl-^
  25.             31            Ctrl-_       32           (space)
  26.             33              !          34              "
  27.             35              #          36              $
  28.             37              %          38              &
  29.             39              '          40              (
  30.             41              )          42              *
  31.             43              +          44              ,
  32.             45              -          46              .
  33.             47              /          48              0
  34.             49              1          50              2
  35.             51              3          52              4
  36.             53              5          54              6
  37.             55              7          56              8
  38.             57              9          58              :
  39.             59              ;          60              <
  40.             61              =          62              >
  41.             63              ?          64              @
  42.             65           a or A        66           b or B
  43.             67           c or C        68           d or D
  44.             69           e or E        70           f or F
  45.             71           g or G        72           h or H
  46.             73           i or I        74           j or J
  47.             75           k or K        76           l or L
  48.             77           m or M        78           n or N
  49.             79           o or O        80           p or P
  50.             81           q or Q        82           r or R
  51.             83           s or S        84           t or T
  52.             85           u or U        86           v or V
  53.             87           w or W        88           x or X
  54.             89           y or Y        90           z or Z
  55.         
  56.         
  57.         
  58.         APPENDIX 2
  59.         
  60.              Errorlevel Codes Produced by INPUT
  61.         
  62.            Code        Key Pressed    Code        Key Pressed 
  63.            ====        ===========    ====        =========== 
  64.              1            Ctrl-A        2           Ctrl-B
  65.              3            Ctrl-C        4           Ctrl-D
  66.              5            Ctrl-E        6           Ctrl-F
  67.              7            Ctrl-G        8           Ctrl-H
  68.              9            Ctrl-I       10           Ctrl-J
  69.             11            Ctrl-K       12           Ctrl-L
  70.             13            Ctrl-M       14           Ctrl-N
  71.             15            Ctrl-O       16           Ctrl-P
  72.             17            Ctrl-Q       18           Ctrl-R
  73.             19            Ctrl-S       20           Ctrl-T
  74.             21            Ctrl-U       22           Ctrl-V
  75.             23            Ctrl-W       24           Ctrl-X
  76.             25            Ctrl-Y       26           Ctrl-Z
  77.             27             ESC         28           Ctrl-\
  78.             29            Ctrl-]       30           Ctrl-^
  79.             31            Ctrl-_       32           (space)
  80.             33              !          34              "
  81.             35              #          36              $
  82.             37              %          38              &
  83.             39              '          40              (
  84.             41              )          42              *
  85.             43              +          44              ,
  86.             45              -          46              .
  87.             47              /          48              0
  88.             49              1          50              2
  89.             51              3          52              4
  90.             53              5          54              6
  91.             55              7          56              8
  92.             57              9          58              :
  93.             59              ;          60              <
  94.             61              =          62              >
  95.             63              ?          64              @
  96.             65              A          66              B
  97.             67              C          68              D
  98.             69              E          70              F
  99.             71              G          72              H
  100.             73              I          74              J
  101.             75              K          76              L
  102.             77              M          78              N
  103.             79              O          80              P
  104.             81              Q          82              R
  105.             83              S          84              T
  106.             85              U          86              V
  107.             87              W          88              X
  108.             89              Y          90              Z
  109.             91              [          92              \
  110.             93              ]          94              ^
  111.             95              _          96              `
  112.         
  113.         
  114.             
  115.             97              a          98              b
  116.             99              c         100              d
  117.            101              e         102              f
  118.            103              g         104              h
  119.            105              i         106              j
  120.            107              k         108              l
  121.            109              m         110              n
  122.            111              o         112              p
  123.            113              q         114              r
  124.            115              s         116              t
  125.            117              u         118              v
  126.            119              w         120              x
  127.            121              y         122              z
  128.            123              {         124              |
  129.            125              }         126              ~
  130.              
  131.              
  132.         
  133.         
  134.         APPENDIX 3
  135.         
  136.              Colors for BATBOX, CLK, INPUT, LAUNCHER, and WRITE
  137.              
  138.              BACKGROUND COLOR + FORGEGROUND COLOR + SPECIAL COLOR
  139.              
  140.              Background Colors    Foreground Colors   Special
  141.              
  142.                0   Black            0   Black        128   Blink
  143.               16   Blue             1   Blue           8   Bright
  144.               32   Green            2   Green
  145.               48   Cyan             3   Cyan
  146.               64   Red              4   Red
  147.               80   Magenta          5   Magenta
  148.               96   Brown            6   Brown
  149.              112   Gray (White)     7   White
  150.              
  151.              Blinking colors (i.e., >= 128) are not valid for
  152.              LAUNCHER.
  153.              
  154.         Examples:
  155.         
  156.               Gray on Black:     0 + 7 = 7
  157.               
  158.               Bright Blue on Brown:     96 + 1 + 8 = 105
  159.               
  160.               Blinking Red on Green:     32 + 4 + 128 = 164
  161.               
  162.               Blinking Bright White on Red:     64 + 7 + 128 + 8 = 207
  163.               
  164.                        
  165.         
  166.         APPENDIX 4
  167.         
  168.               Creating .CM1 Files
  169.         
  170.             To play music, you must enter a series of notes into a 
  171.         command music file (CM1).  Using your favorite text editor or 
  172.         word processor in ASCII mode, create a file with any legal 
  173.         DOS name and the extension .CM1.  Enter notes one per line, 
  174.         in accordance with the diagram below:
  175.         
  176.         
  177.             ────── F  
  178.             ────── D
  179.             ────── b
  180.             ────── g
  181.             ────── e
  182.                    c
  183.         
  184.             ______ A
  185.             ______ E
  186.             ______ C
  187.             ______ a
  188.             ______ f
  189.                    d
  190.                  
  191.             Just remember the old sayings from elementary school days:
  192.         Every Good Boy Does Fine (EGBDF) and FACE.  Note upper and lower 
  193.         case letters also; the upper case letters denote a higher octave.
  194.         
  195.             In version 1.1 and later, you may also include rests, which 
  196.         are denoted by the letter "r" (upper case also acceptable). 
  197.         
  198.             Once you have the tone down, represent the type of note by 
  199.         the following scale:
  200.         
  201.             whole note = 1
  202.             half note = 2
  203.             quarter note = 4
  204.             eigth note = 8
  205.             sixteenth note = @
  206.         
  207.             You may indicate sharps and flats by including a "#" or "b" 
  208.         character in the third column, respectively.  You may also in-
  209.         dicate that the note should be held half again as long by putting
  210.         a "." in the third column.  (I have no idea what the technical
  211.         term for this is, but in sheet music this is denoted by a "."
  212.         immediately following the note symbol.)
  213.         
  214.             For MUSIC v2.0 and later, the lyrics for the song can be
  215.         included beginning in column 4 (i.e., skip column three if there
  216.         are no sharps, flats, or "."s).
  217.         
  218.             Thus, a whole 'c' would be represented as 'c1' while a high 
  219.         'd' sixteenth would be 'D@'; a quarter c sharp would be represen-
  220.         ted as 'c4#'.  Each note must be placed on its own line, begin-
  221.         ning in column 1.  See the enclosed sample .CM1 files for more 
  222.         help.
  223.         
  224.             If you have problems in some of your songs, try changing 
  225.         the notes from upper to lower case, and vice-versa.
  226.         
  227.